@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
	#gallery {
	background-color: fcda6e;
	width: 100%;
	position: relative;
	
	
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	body,td,th {
	color: #FFF;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-color: #466fc1;
}
    h1 {
		font-family:Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #FFF;
}
    a:link {
	color: #FF9;
	text-decoration: none;
}
a:visited {
	color: #FF9;
	text-decoration: none;
}
a {
	font-size: 1em;
	color: #FF6;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
    #style2 blockquote p {
	font-size: 0.9em;
}
  
